These functions are always implemented by the base graphics exporter.
Installs a progress procedure.
pascal ComponentResult GraphicsExportSetProgressProc (GraphicsExportComponent ci,
ICMProgressProcRecordPtr progressProc);
See Chapter 1, "Movie Toolbox," in the QuickTime 4 Reference for more information about progress functions.
If your progress function does any drawing, you should take care to set a safe graphics state before doing so, and to restore the graphics state afterwards. In particular, the current graphics device may be an offscreen device.
Returns the current progress procedure.
pascal ComponentResult GraphicsExportGetProgressProc (GraphicsExportComponent ci,
ICMProgressProcRecordPtr progressProc);
| Previous | Chapter Contents | Chapter Top | Next |